home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / dungen2src / help / build < prev    next >
Encoding:
Text File  |  1998-06-24  |  835 b   |  12 lines

  1.    Build will randomly generate dungeon levels based upon how you have
  2. set everything up. When you perform a build, the display will show the
  3. level being generated and the pass number. Each pass represents one attempt
  4. to draw all the rooms, the doors, and the halls between rooms. This display
  5. may not stay on the screen long enough to even see if you have a small
  6. number of rooms in proportion to the width and height set for the level.
  7. Room Min and Max can effect this as well. If you are trying to draw 15
  8. rooms with a max width of 20 in a 30 X 30 dungeon it may not do so well. If
  9. the generating process reaches 99 passes and does not succeed, a requester
  10. will pop up asking if you wish to keep the levels that were drawn. If you
  11. answer yes, the next build will start at the level which failed. A no
  12. response will erase all levels.